Under the current installs, if you do: pip install --upgrade pip Followed by: pip3 install --upgrade pip Then you do: pip -V You will see that both pip and pip3 point to the Python3 pip and the only way to use the Python 2 pip is to use pip2 instead of pi